+2000-11-28 Alexander Larsson <alla@lysator.liu.se>
+
+ * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
+ The cursor should be hidden if it is part of either the
+ source or destination region. Not only if it is in both.
+ (gdk_window_set_transient_for): Silence warnings.
+
2000-11-28 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
+2000-11-28 Alexander Larsson <alla@lysator.liu.se>
+
+ * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
+ The cursor should be hidden if it is part of either the
+ source or destination region. Not only if it is in both.
+ (gdk_window_set_transient_for): Silence warnings.
+
2000-11-28 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
+2000-11-28 Alexander Larsson <alla@lysator.liu.se>
+
+ * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
+ The cursor should be hidden if it is part of either the
+ source or destination region. Not only if it is in both.
+ (gdk_window_set_transient_for): Silence warnings.
+
2000-11-28 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
+2000-11-28 Alexander Larsson <alla@lysator.liu.se>
+
+ * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
+ The cursor should be hidden if it is part of either the
+ source or destination region. Not only if it is in both.
+ (gdk_window_set_transient_for): Silence warnings.
+
2000-11-28 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
+2000-11-28 Alexander Larsson <alla@lysator.liu.se>
+
+ * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
+ The cursor should be hidden if it is part of either the
+ source or destination region. Not only if it is in both.
+ (gdk_window_set_transient_for): Silence warnings.
+
2000-11-28 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
+2000-11-28 Alexander Larsson <alla@lysator.liu.se>
+
+ * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
+ The cursor should be hidden if it is part of either the
+ source or destination region. Not only if it is in both.
+ (gdk_window_set_transient_for): Silence warnings.
+
2000-11-28 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
+2000-11-28 Alexander Larsson <alla@lysator.liu.se>
+
+ * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
+ The cursor should be hidden if it is part of either the
+ source or destination region. Not only if it is in both.
+ (gdk_window_set_transient_for): Silence warnings.
+
2000-11-28 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
{
GdkFBDrawingContext fbdc;
- if (gdk_fb_cursor_region_need_hide (region))
+ if (gdk_fb_cursor_region_need_hide (old_region) ||
+ gdk_fb_cursor_region_need_hide (new_region))
{
gdk_fb_cursor_hide ();
handle_cursor = TRUE;
g_return_if_fail (parent != NULL);
g_return_if_fail (GDK_IS_WINDOW (parent));
- g_return_if_fail (private->parent == gdk_parent_root);
- g_return_if_fail (GDK_WINDOW_OBJECT (parent)->parent == gdk_parent_root);
+ g_return_if_fail ((GdkWindow *)private->parent == gdk_parent_root);
+ g_return_if_fail ((GdkWindow *)GDK_WINDOW_OBJECT (parent)->parent == gdk_parent_root);
root->children = g_list_remove (root->children, window);